home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / swf / dialogs.swf / scripts / DefineSprite_24 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-03-31  |  333 b   |  16 lines

  1. stop();
  2. openURLTimeout = function()
  3. {
  4.    clearInterval(nmWaitID);
  5.    _parent.webPageGo();
  6.    nmWaitID = setInterval(this,"closeTimeout",2000);
  7.    delete openURLTimeout;
  8. };
  9. closeTimeout = function()
  10. {
  11.    clearInterval(nmWaitID);
  12.    play();
  13.    delete closeTimeout;
  14. };
  15. nmWaitID = setInterval(this,"openURLTimeout",2000);
  16.